←Select platform

GetPatientInstances(string,List<MergeSopInstanceReference>) Method

Summary

Gets the instances for the specified patient ID and list of SOP Instance UIDs.

Syntax
C#
VB
C++
protected virtual CompositeInstanceDataSet GetPatientInstances( 
   string patientID, 
   List<MergeSopInstanceReference> sopInstanceReferences 
) 
Protected Overridable Function GetPatientInstances( 
   ByVal patientID As String, 
   ByVal sopInstanceReferences As List(Of MergeSopInstanceReference 
)) As CompositeInstanceDataSet 
protected:  
   virtual CompositeInstanceDataSet^ GetPatientInstances( 
      String^ patientID, 
      List<MergeSopInstanceReference^>^ sopInstanceReferences 
   ) 

Parameters

patientID

The patient ID.

sopInstanceReferences

A list of MergeSopInstanceReference that correspond to SOP Instances to be retrieved

Return Value

All the composite instances for the specified patient ID and list of Study Instance UIDs.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.